Occurs after documents are copied with references.
Syntax
DocCopyMoveEvent_AfterCopyWithReferences(Batch, SourceDocument, OldParentDocument, NewParentDocument)
Name | Description |
---|---|
Batch |
An object that represents the batch of documents the user has selected. |
SourceDocument |
An object that represents the source document. |
OldParentDocument |
An object that represents the parent document of the source documents. |
NewParentDocument |
An object that represents the parent document of the copied documents. |
TargetFolder |
An object that represents the destination folder. |
Related concepts